.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}



body .bg-white{
    background-color: rgba(247, 150, 0, 0.1)!important;
    color: black!important;
}
.box-title .box-title-a{
    color: rgba(247, 150, 0, 0.9)!important;
}
.navbar{
    background-color: rgba(247, 150, 0, 0.7)!important;
}
.box-title .box-title-b .name{
    color: rgba(900, 100, 50, 0.9)!important;
}
.desc-a-line .box-title .box-title-b .name{
    color: white!important;
}
.box-list-item-title{
    color: black;
}
.desc-a-line{
    background: url(/static/pic/bg.jpg) no-repeat center / cover rgba(247, 150, 0, 0.9)!important;
    color: #fff!important;
}
.desc-a-line .box-title .box-title-a{
    color: white!important;
}
.links-line{
    background-color: rgba(247, 150, 0, 0.1)!important;
}
.links-title .cor-blue-2{
    color: rgba(247, 150, 0, 0.9)!important;
}
.links-context{
    color: black!important;
}
.links-context:hover{
    color: rgba(247, 150, 0, 0.9)!important;
}
.footer {
    background: rgba(247, 150, 0, 0.6)!important;
}
.footer-content{
    background: rgba(247, 150, 0, 0.9)!important;
}
.bg-blue-2{
    background: rgba(247, 150, 0, 0.9)!important;

}
.news-box-item:hover {
    background-color: #3a4249!important;
    color: #fff;

    .box-list-item-date {
        border-bottom: 125px solid rgba(247, 150, 0, 0.9)!important;
        border-right: 78px solid transparent;
        color: #fff;
    }

    .box-list-item-desc {
        color: #fff !important;
    }
    .box-list-item-title{
        color: #fff!important;
    }
}
.about-bg-box{
    background-color: rgba(247, 150, 0, 0.9)!important;
}
.item-right .more{
    background-color: rgba(247, 150, 0, 0.6)!important;
}
.more:after {
    border-top: 44px solid rgba(247, 150, 0, 0.9)!important;
}
.navbar-item:hover {
    background: rgba(247, 150, 0, 0.9)!important;
}
.navbar-item-sub-list-item:hover{
    background: rgba(247, 150, 0, 0.9)!important;
}
.page-context-title .name{
    color: rgba(247, 150, 0, 0.9)!important;
}
.news-list-item-middle .title-name{
    color: black!important;
}
.news-list-pagination{
    color: black!important;
}
.pagination-box:hover{
    background-color: rgba(247, 150, 0, 0.9)!important;
    color: #fff!important;
}
.news-detail .context{
    color: black!important;
}
.news-latest-item .latest-news-item-name:hover{
    color: rgba(247, 150, 0, 0.9)!important;
}
.news-latest-title .font-hover-blue-2:hover{
    color: rgba(247, 150, 0, 0.9)!important;
}
.bg-hover-gery-5:hover{
    background-color: rgba(247, 150, 0, 0.1)!important;
    color: rgba(247, 150, 0, 0.9)!important;
}

.bg-gery-3-hover:hover{
    background-color: rgba(247, 150, 0, 0.9)!important;
    color: white!important;
}
.bg-gery-3-active{
    background-color: rgba(247, 150, 0, 0.9)!important;
    color: white!important;
}
.font-hover-blue-2:hover{
    color: rgba(247, 150, 0, 0.9)!important;
}
.recommend-news-title{
    color: rgba(247, 150, 0, 0.9)!important;
    border-bottom: 2px solid rgba(247, 150, 0, 0.9)!important;
}


.navbar-item:hover {
    background: #104492;
}

.bg-white {
    background: #fff;
}

.bg-blue-1 {
    background: #0f77de;
}

.bg-blue-2 {
    background: #104492;
}

.bg-blue-3 {
    background: #272c31;
}

.bg-gery-1 {
    background: #f0f0f0;
}

.bg-gery-2 {
    background: #bdbebf;
}

.bg-gery-3 {
    background: #363e45;
}

.bg-gery-3-active {
    background-color: #104492;
}

.bg-gery-3-hover:hover {
    background-color: #104492;
}

.cor-black {
    color: #000;
}

.cor-blue-2 {
    color: #104492;
}

.cor-grey-3 {
    color: #999;
}

.cor-grey-4 {
    color: #666;
}

.cor-grey-5 {
    color: #333;
}

.cor-white-1 {
    color: #fff;
}

.box-title-b .divider {
    content: '';
    flex: 1;
    height: 1px;
    background: #ccc;
}

.page-context-title .divider-page-title {
    content: '';
    flex: 1;
    height: 1px;
    /*background: #ccc;*/
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 2rem;
}

.box-list-item-date {
    /*position: absolute;*/
    left: 0;
    top: 0;
    /*content: "aa";*/
    /*width: 85px;*/
    height: 1px;
    border-bottom: 125px solid #dfdfdf;
    border-right: 78px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-list-item-desc {
    max-height: 3rem;
    overflow: hidden;
}

.news-box-item:hover {
    background-color: #3a4249;
    color: #fff;

    .box-list-item-date {
        border-bottom: 125px solid #104492;
        border-right: 78px solid transparent;
        color: #fff;
    }

    .box-list-item-desc {
        color: #fff !important;
    }
}

.news-box-item {
    max-width: 49%;
    background: #fff;
    margin-bottom: 1rem;
}

.desc-a-item {
    max-width: 32%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.desc-b-item {
    max-width: 33%;
}

.desc-b-item .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-a-item .item-img {
    /*float: left;*/
    /*width: 92px;*/
    /*line-height: 92px;*/
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100px;
    flex-shrink: 0;
}

.desc-a-item .item-img img {
    margin-top: 15px;
    width: 100px;
}

.desc-a-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: rgba(16, 68, 146, 0.9);
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-padding {
    padding: 0 16%;
}



.pagination-box {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px 3px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-box:hover {
    background-color: #104492;
    color: #fff;
}

.news-list-pagination .active{
    background-color: #104492;
    color: #fff;
}

.news-list-item-left {
    flex-shrink: 0;
}

.links-line {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.item-left {
    width: 556px;
    float: left;
    position: relative;
    /*width: 556px;*/
    margin: 0 0 80px 0;
    height: 320px;
    flex-shrink: 0;
}

.item-left img {
    position: relative;
    width: 556px;
    z-index: 2;
    padding-left: 60px;
}

.about-bg-box {
    content: '';
    position: absolute;
    /*left: -4rem;*/
    bottom: -80px;
    width: 90%;
    height: 100%;
    background-color: #104492;
    z-index: 1;
}

.item-right {
    position: relative;
    margin-left: .1rem;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
    margin-top: 40px;
    padding: 60px 80px;
    height: 450px;
    /*max-width: 50%;*/
}

.item-right .detail {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin: 25px 0 0;
    text-align: justify;
    text-overflow: ellipsis;
    max-height: 290px;
    overflow: hidden;
}

.item-right .more {
    position: absolute;
    bottom: -15px;
    background-color: #363e45;
    width: 184px;
    line-height: 44px;
    color: #fff;
    overflow: hidden;
    /*padding-left: 30px;*/
}

.font-more {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    z-index: 1;
}

.links-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;

}

.links-context {
    padding-top: 15px;
}

.show-method-a {
    visibility: visible;
    animation-name: fadeInDown;
}

.more:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    content: "";
    height: 0;
    border-top: 44px solid #104492;
    border-left: 28px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.more:hover:after {
    width: 100%;
    height: 100%;
    border-left: 0 solid transparent;
}

.more .show-more {
    z-index: 1;
}


.gg-menu,
.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor
}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -6px
}

.gg-menu::after {
    top: 6px
}

.gg-right:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    /* transform: rotate(135deg); */
    /* right: 15px; */
}

.news-list-item {
    border-bottom: 1px solid #e5e5e5;
}

.news-list-item:hover {
    padding-left: 30px;
    /*-webkit-font-smoothing: antialiased;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news-list-item-right {
    /*min-width: 10rem;*/
    color: #ccc;
    font-family: Impact;
    width: 12rem;
}

.news-list-item-left img {
    width: 150px;
}

.news-list-item-middle .detail {
    max-height: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-detail .title {
    border-bottom: 1px dashed #ccc;
}

.news-latest-box {
    min-width: 20rem;
    border: 1px solid #efefef;
    box-shadow: 0 5px 5px -5px #ccc;
    border-radius: 10px;
    overflow: hidden;
    max-width: 25rem;
}

.news-latest-title {

}

.news-latest-item {
    border-top: 1px solid #efefef;
}

.latest-news-item-name {
    max-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    white-space: normal;
}

.author {
    border-bottom: 1px dashed #ccc;
}

.recommend-news-title {
    width: fit-content;
    /*display: inline-block;*/
    /*font-size: 24px;*/
    border-bottom: 2px solid #104492;
    color: #104492;
    margin-bottom: -1px;
    padding-bottom: 10px;
    line-height: 1;
}

.recommend-news-item {
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45%;
}

.font-hover-blue-2:hover {
    color: #104492;
}

.bg-hover-gery-5:hover {
    background-color: #f5f5f5;
}

.ba-logo{
    background: url("/static/pic/ba-logo.png");
    height: 1rem;
    width: 1rem;
}

.navbar-item-sub-list{
    display: none;
    position: absolute;
    background: rgba(54, 62, 69, 0.7);
    z-index: 2;
    margin-left: -1.75rem;
}

.navbar-item-sub-list-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-item-sub-list-item:hover{
    background: #104492;
}
.news-list-item-middle .title-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3.5rem;
}

.title-img{
    flex-shrink: 0;
}

.context-item{
    width: 100%;
}

.item-right{
    width: 100%;
}
.recommend-news-item-name{
    overflow: hidden;
    text-overflow: ellipsis;
}
.context p{
    margin-top: .5rem;
    margin-bottom: .5rem;
}
@media screen and (max-width: 1280px) {
    .navbar{
        background-color: white!important;
    }
    .context p{
        margin-top: .3rem!important;
        margin-bottom: .3rem!important;
    }
    .content-padding {
        padding: 1rem 3% !important;
    }

    .navbar{
        /*display: none;*/
        display: none!important;
        background-color: #fff;
    }
    .navbar-item{
        border-bottom: 1px solid #eee;
    }
    .navbar-item:hover {
        background: none!important;
        color: #104492;
    }
    .header {
        position: fixed;
        /*height: 4rem;*/
        background: #fff;
        width: 100%;
        color: #333;
        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .content {
        margin-top: 4.1rem;
    }

    .divider {
        display: none !important;
    }

    .search-input {
        width: 100%;
        /*max-height: 5rem;*/
    }

    .box-title-search {
        margin-top: 1rem;
    }

    .text-white {
        min-width: 3rem;
        padding: 5px 0;
    }

    .news-box-item {
        max-width: 100%;
        padding-right: 3px;
    }

    .box-list-item-date {
        border-bottom: 6rem solid #dfdfdf;
        border-right: 4rem solid transparent;
    }

    .desc-a-item {
        max-width: 100%;
        margin-bottom: .5rem;
    }

    .desc-b-item {
        max-width: 100%;
        margin-bottom: .5rem;
    }

    .about-bg-box {
        bottom: -20px !important;
    }

    .item-left img {
        width: 100% !important;
        padding-left: 20px !important;
    }

    .item-left {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .item-right {
        padding: 20px 30px !important;
        height: auto !important;
    }

    .item-right .detail {
        font-size: 14px !important;
        line-height: 26px !important;
        margin: 15px 0 60px !important;
    }

    .item-right .more {
        bottom: 30px !important;
        width: 124px !important;
        font-size: 14px !important;
        line-height: 32px !important;
    }

    .more:after {
        width: 50px !important;
    }

    .footer-content {
        text-align: center !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .footer {
        margin-bottom: 50px !important;
    }

    .news-list-item-right {
        color: #adadad !important;
        width: 10rem!important;
        right: 0;
        position: absolute;
    }

    .news-list-item-middle .detail {
        max-height: 3rem !important;
    }

    .news-list-item-left img {
        width: 80px !important;
    }

    .news-latest-box {
        display: none !important;
    }

    .pagination-news-page {
        width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .recommend-news-title {
        padding-bottom: 5px !important;
    }

    .recommend-news-item {
        width: 100% !important;
    }
    .navbar-item-sub-list{
        display: none!important;
    }
    .news-list-item-middle .title-name{
        max-height: 2.5rem!important;
    }
    .desc-b-item .item-name {
        text-align: center!important;
        padding-top: .5rem!important;
    }
    .links-line{
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;

    }
}